home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Shareware Gold
/
Windows Shareware Gold Volume 3 Number 1 (Sherburne Knowledge Systems) (1991).iso
/
games
/
f1212
/
saveopen.h
< prev
next >
Wrap
Text File
|
1991-01-12
|
650b
|
14 lines
int FAR DoFileOpenDlg (HANDLE hInst, HWND hWnd, char *szFileSpecIn,
char *szDefExtIn, WORD wFileAttrIn, char *szFileNameOut,
POFSTRUCT pof);
int FAR DoWildFileOpenDlg (HANDLE hInst, HWND hWnd, char *szFileSpecIn,
char *szDefExtIn, WORD wFileAttrIn, char *szFileNameOut,
POFSTRUCT pof);
int FAR DoFileSaveDlg (HANDLE hInst, HWND hWnd, char *szFileSpecIn,
char *szDefExtIn, WORD *pwStatusOut, char *szFileNameOut,
POFSTRUCT pof);
#define FILESAVE 270
#define FILEOPEN 271
#define WILDFILEOPEN 272